home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 201-225 / disk_206 / brownian / brownian.readme < prev    next >
Text File  |  1992-05-06  |  1KB  |  23 lines

  1. Brownian, a freely redistributable program by:
  2. John M. Olsen, 1547 Jamestown Drive, Salt Lake City, UT  84121-2051
  3.  
  4. Brownian is loosely based on both fractal theory and brownian motion.
  5.  
  6. A conventional way to use this technique is to start with a flat plane, 
  7. then pick a line on it and raise everything on one side, and lower
  8. everything on the other side.  This is repeated until you have what looks
  9. like a patch of a fractal mountainside.
  10.  
  11. These fractals can be tailored to match a specific general design by putting
  12. constraints on where the lines are to appear.  To get a mountain range, you
  13. just need all the lines to point approximately the same direction.
  14.  
  15. My approach was tailored to the Amiga by my using triangles instead of 
  16. fault lines.  I alternate between raising and lowering the color values 
  17. within a random triangular area, then toss in color cycling just for fun.
  18. I directly use the blitter to do plane by plane addition to modify the
  19. color values within the triangle.
  20.  
  21. The program is run by either selecting the brownian icon, or by typing
  22. "brownian" at the CLI prompt with no parameters.
  23.